home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / wb-tools / shellbench / catalogs / shellbench.cd < prev    next >
Text File  |  1996-04-05  |  7KB  |  342 lines

  1. #language english
  2. #version 2
  3. ;
  4. ; Created from $VER: ShellBench.cd 1.3 (5.4.96)
  5. ;
  6. ; Catalog description file for ShellBench.
  7. ;
  8. ;*************************************************************************
  9. ; General Program Strings
  10. ;*************************************************************************
  11. ;
  12. NOMEMMSG (//)
  13. Not enough memory available!
  14. ;
  15. COMMDESCMSG (//40)
  16. WB's 'Execute' requester on steroids!
  17. ; <commodity description>
  18. ;
  19. OPTSWINMSG (//)
  20. ShellBench Options
  21. ; <options window title>
  22. ;
  23. ;*************************************************************************
  24. ; Initialization Strings
  25. ;
  26. ; Unless otherwise noted, all these appear in requesters and are
  27. ; automatically formatted.
  28. ;*************************************************************************
  29. ;
  30. NOLIBMSG (//)
  31. Couldn't open %s V%lu!
  32. ; <%s = libname, %lu = libver>
  33. ;
  34. ;
  35. NOICONMSG (//)
  36. Couldn't access ShellBench icon to read tooltypes!
  37. ;
  38. BADBOOLTOOLMSG (//)
  39. \033cInvalid value '%s'\nfor boolean option '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
  40. ; <%s = user's value, %s = tooltypename>
  41. ;##
  42. ;
  43. BADSTRTOOLMSG (//)
  44. \033cInvalid value for string option '%s'.\nPlease supply an unquoted value for this tooltype.
  45. ; <%s = tooltypename>
  46. ;##
  47. ;
  48. BADINTTOOLMSG (//)
  49. \033cInvalid value '%s'\nfor integer option '%s'.\nPlease supply an integer value.
  50. ; <%s = user's value, %s = tooltypename>
  51. ;##
  52. ;
  53. NOHOTKEYMSG (//)
  54. \033cCouldn't create the hotkey object!\nCheck the definition:\n'%s'.
  55. ; <%s = hotkey definition>
  56. ;
  57. NOOPENHISTMSG (//)
  58. \033cCouldn't open history file\n'%s'!
  59. ; <%s = filename>
  60. ;
  61. NOREADHISTMSG (//)
  62. \033cCouldn't read history file!\nError %lu: %s
  63. ; <%lu = DOS error code, %s = DOS error msg>
  64. ;
  65. NOWRITEHISTMSG (//)
  66. \033cCouldn't write history file!\nError %lu: %s
  67. ; <%lu = DOS error code, %s = DOS error msg>
  68. ;
  69. NOOPENFONTMSG (//)
  70. Couldn't open font '%s', size %lu!
  71. ; <%s = fontname, %lu = fontsize>
  72. ;
  73. NOWINOBJMSG (//)
  74. Couldn't create window object!
  75. ;
  76. NOOPENWINMSG (//)
  77. Couldn't open the window!
  78. ;
  79. ;*************************************************************************
  80. ; Requester Title & Gadget Strings
  81. ;*************************************************************************
  82. ;
  83. INSFREQMSG (//)
  84. Choose Filename to Insert
  85. ;
  86. INFORMTITLEMSG (//)
  87. ShellBench Message
  88. ;
  89. INFORMOKAYMSG (//)
  90. _Okay
  91. ;
  92. CURDIRREQMSG (//)
  93. Choose Current Directory
  94. ;
  95. PATHREQMSG (//)
  96. Choose Another Path Directory
  97. ;
  98. SAVEOPTSREQMSG (//)
  99. Save Options to Project Icon
  100. ;
  101. ;*************************************************************************
  102. ; General Runtime Strings
  103. ;
  104. ; Unless otherwise noted, all these appear in requesters and are
  105. ; automatically formatted.
  106. ;*************************************************************************
  107. ;
  108. CLIPNOTFTXTMSG (//)
  109. Clipboard doesn't contain plain text!
  110. ;
  111. CLIPNOTIFFMSG (//)
  112. Clipboard contents are not in valid IFF format!
  113. ;
  114. NOREADCLIPMSG (//)
  115. Couldn't read from clipboard!
  116. ;
  117. NOOPENCLIPMSG (//)
  118. Couldn't open clipboard!
  119. ;
  120. NOLAUNCHMSG (//)
  121. \033cCouldn't launch command!\nReturn code: %ld
  122. ; <%ld = DOS error code returned by System()>
  123. ;
  124. NOCURDIRMSG (//)
  125. \033cCouldn't set current directory\n'%s'\nfor command!
  126. ; <%s = dirname>
  127. ;
  128. NOPATHMSG (//)
  129. \033cCouldn't build search path out of\n'%s'!
  130. ; <%s = dirnames separated by commas>
  131. ;
  132. NOOUTPUTMSG (//)
  133. \033cCouldn't open output\n'%s'\nfor command!
  134. ; <%s = filename>
  135. ;
  136. LONGCMDMSG (//)
  137. \033cCommand in project icon\n'%s'\nis too long!
  138. ;
  139. NOMATCHSPACEMSG (//)
  140. \033cNot enough space to\ninsert all matches of:\n'%s'
  141. ; <%s = wildcard pattern>
  142. ;
  143. NOMATCHMSG (//)
  144. \033cNo match found for:\n'%s'
  145. ; <%s = wildcard pattern>
  146. ;
  147. NOEXPANDMSG (//)
  148. \033cCouldn't expand\n'%s'\nas a pattern!
  149. ; <%s = wildcard pattern>
  150. ;
  151. NOCOMPLETEMSG (//)
  152. \033cCouldn't perform name completion!\nError %lu: %s
  153. ; <%lu = DOS error code, %s = DOS error msg>
  154. ;
  155. LONGPATHMSG (//)
  156. \033cFull pathname of\n'%s'\n is too long!
  157. ; <%s = filename>
  158. ;
  159. NOGETPATHMSG (//)
  160. \033cCouldn't get full pathname for\n'%s'
  161. ; <%s = filename>
  162. ;
  163. NOWBARGMSG (//)
  164. \033cCouldn't find Workbench object\n'%s'!
  165. ; <%s = filename>
  166. ;
  167. NOSTRSPACEMSG (//)
  168. \033cNot enough space left in string gadget for\n'%s'!
  169. ; <%s = filename or hotlist string>
  170. ;
  171. NOWRITEPROJMSG (//)
  172. \033cCouldn't write project icon\n'%s'!
  173. ; <%s = iconname>
  174. ;
  175. NOLOCKDIRMSG (//)
  176. \033cCouldn't access drawer\n'%s'!
  177. ;
  178. ;
  179. NOTSBPROJMSG (//)
  180. \033c'%s'\nis not a ShellBench project!
  181. ; <%s = iconname>
  182. ;
  183. NOGUIDEMSG (//)
  184. \033cCouldn't open AmigaGuide file\n'%s'!
  185. ; <%s = guidename>
  186. ;
  187. ;
  188. NOTOPTIONCMDMSG (//)
  189. \033cUnrecognized option command!
  190. ;++
  191. ;
  192. BADOPTIONCMDMSG (//)
  193. \033cIncorrect arguments!\nOption command '%s'\nhas template \"%s\".
  194. ; <%s = command, %s = template>
  195. ;++
  196. ;
  197. ;*************************************************************************
  198. ; Main Window Gadget Labels and Keys
  199. ;
  200. ; As usual, place underscore '_' before shortcut key in label, set
  201. ; xxxGADKEY to that single shortcut character. Do not use any shifted
  202. ; characters, as SHIFT in BGUI cancels gadget activation.
  203. ;*************************************************************************
  204. ;
  205. MAINCMDGADLAB (//)
  206. Co_mmand
  207. ; <command string gadget>
  208. ;
  209. MAINCMDGADKEY (/1/1)
  210. m
  211. ;
  212. MAINEXEGADLAB (//)
  213. _Execute
  214. ; <exe button gadget>
  215. ;
  216. MAINEXEGADKEY (/1/1)
  217. e
  218. ;
  219. MAINOPTSGADLAB (//)
  220. _Options...
  221. ; <options button gadget>
  222. ;
  223. MAINOPTSGADKEY (/1/1)
  224. o
  225. ;
  226. MAINHIDEGADLAB (//)
  227. _Hide
  228. ; <hide button gadget>
  229. ;
  230. MAINHIDEGADKEY (/1/1)
  231. h
  232. ;
  233. MAINQUITGADLAB (//)
  234. _Quit
  235. ; <quit button gadget>
  236. ;
  237. MAINQUITGADKEY (/1/1)
  238. q
  239. ;
  240. ;*************************************************************************
  241. ; Options Window Gadget Labels and Keys
  242. ;
  243. ; As usual, place underscore '_' before shortcut key in label, set
  244. ; xxxGADKEY to that single shortcut character. Do not use any shifted
  245. ; characters, as SHIFT in BGUI cancels gadget activation.
  246. ;
  247. ;*************************************************************************
  248. ;
  249. OUTGADLAB (//)
  250. O_utput
  251. ; <output string gadget>
  252. ;
  253. OUTGADKEY (/1/1)
  254. u
  255. ;
  256. CDSTRGADLAB (//)
  257. Cur_Dir
  258. ; <curdir string gadget>
  259. ;
  260. CDSTRGADKEY (/1/1)
  261. d
  262. ;
  263. CDREQGADLAB (//)
  264. _1
  265. ; <curdir-req button gadget>
  266. ;
  267. CDREQGADKEY (/1/1)
  268. 1
  269. ;
  270. PATHSTRGADLAB (//)
  271. _Path
  272. ; <path string gadget>
  273. ;
  274. PATHSTRGADKEY (/1/1)
  275. p
  276. ;
  277. PATHREQGADLAB (//)
  278. _2
  279. ; <path-req button gadget>
  280. ;
  281. PATHREQGADKEY (/1/1)
  282. 2
  283. ;
  284. STACKGADLAB (//)
  285. Stac_k
  286. ; <stack integer gadget>
  287. ;
  288. STACKGADKEY (/1/1)
  289. k
  290. ;
  291. PRIGADLAB (//)
  292. P_riority
  293. ; <priority integer gadget>
  294. ;
  295. PRIGADKEY (/1/1)
  296. r
  297. ;
  298. WILDGADLAB (//)
  299. Expand _Wild
  300. ; <wildcardexpansion checkbox gadget>
  301. ;
  302. WILDGADKEY (/1/1)
  303. w
  304. ;
  305. INFOGADLAB (//)
  306. _Match .info
  307. ; <match .info checkbox gadget>
  308. ;
  309. ;
  310. INFOGADKEY (/1/1)
  311. m
  312. ;
  313. ;
  314. SHELLGADLAB (//)
  315. S_hell
  316. ; <customshellname string gadget>
  317. ;
  318. SHELLGADKEY (/1/1)
  319. h
  320. ;
  321. OKAYGADLAB (//)
  322. _Okay
  323. ; <okay button gadget>
  324. ;
  325. OKAYGADKEY (/1/1)
  326. o
  327. ;
  328. SAVEGADLAB (//)
  329. _Save to Icon
  330. ; <save button gadget>
  331. ;
  332. SAVEGADKEY (/1/1)
  333. s
  334. ;
  335. CANCELGADLAB (//)
  336. _Cancel
  337. ; <cancel button gadget>
  338. ;
  339. CANCELGADKEY (/1/1)
  340. c
  341. ;
  342.